ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.analysis Namespace / AnWTFilterIntLift5x3 Class / analyze_hpf Method / analyze_hpf(Int32[],Int32,Int32,Int32,Int32[],Int32,Int32,Int32[],Int32,Int32) Method

In This Topic
    analyze_hpf(Int32[],Int32,Int32,Int32,Int32[],Int32,Int32,Int32[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub analyze_hpf( _
       ByVal inSig() As Integer, _
       ByVal inOff As Integer, _
       ByVal inLen As Integer, _
       ByVal inStep As Integer, _
       ByVal lowSig() As Integer, _
       ByVal lowOff As Integer, _
       ByVal lowStep As Integer, _
       ByVal highSig() As Integer, _
       ByVal highOff As Integer, _
       ByVal highStep As Integer _
    ) 
    public override void analyze_hpf( 
       int[] inSig,
       int inOff,
       int inLen,
       int inStep,
       int[] lowSig,
       int lowOff,
       int lowStep,
       int[] highSig,
       int highOff,
       int highStep
    )

    Parameters

    inSig
    inOff
    inLen
    inStep
    lowSig
    lowOff
    lowStep
    highSig
    highOff
    highStep
    See Also